home *** CD-ROM | disk | FTP | other *** search
- Path: iafrica.com!not-for-mail
- From: vincer@iaccess.za (Vince Risi)
- Newsgroups: comp.lang.c++
- Subject: What is wrong with this code? (BC45)
- Date: 27 Jan 1996 13:08:15 +0200
- Organization: Internet Africa public service
- Message-ID: <yMOCxg2yqvDD083yn@iaccess.za>
- NNTP-Posting-Host: minnie.iafrica.com
-
- Why would I get an illegal initialization from this code?
-
- typedef char * pchar;
- pchar Fred = "This is a default value";
- pchar Mark = Fred; // <------ ????
-
- Is this a BC45 bug?
-
- Vince
- =====
-